home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Install / USB-Driver / zebrmsv.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-02-01  |  3.4 KB  |  110 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  zebrmsv.inf 
  4. ;
  5. ; Function:
  6. ;    Install Sony Ericsson drivers (PDR)
  7. ;
  8. ; Copyright (c) 2005 Moore Computer Consultants, Inc.
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc.
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc..
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$CHICAGO$"
  21. Class=HDC
  22. ClassGuid={4d36e96a-e325-11ce-bfc1-08002be10318}
  23. Provider=%Provider%
  24. DriverVer=12/07/2005, 4.34.0.2705
  25. ;CatalogFile=zebrmsv.cat
  26.  
  27. [ControlFlags]
  28. ExcludeFromSelect = *
  29.  
  30. [PreCopySection]
  31. HKR,,NoSetupUI,,1
  32.  
  33. ;---------------------------------------------------------------;
  34. ;        Directory and File Names and Locations
  35. ;---------------------------------------------------------------;
  36. [SourceDisksNames]
  37. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  38. ;    having the tagfile non-null seems to help...
  39. 1=%DiskString%,"zebrmsw.sys",,
  40.  
  41. [SourceDisksFiles]
  42. zebrmsv.pdr=1
  43.  
  44. ;-----------------------------------------------------------------------------
  45. ; Specify target paths...
  46. ;-----------------------------------------------------------------------------
  47. [DestinationDirs]
  48. DefaultDestDir=12
  49.  
  50. ;-----------------------------------------------------------------------------
  51. ; Table of Contents
  52. ;-----------------------------------------------------------------------------
  53. [Manufacturer]
  54. %SEMC%=SEMC
  55.  
  56. ;-----------------------------------------------------------------------------
  57. ; Device-by-device entries
  58. ;-----------------------------------------------------------------------------
  59. [SEMC]
  60. %PortDesc%=SEMC.Install,ZEBRMSC\DISK
  61.  
  62. ;-----------------------------------------------------------------------------
  63. ; Installation instructions
  64. ;-----------------------------------------------------------------------------
  65. [SEMC.Install]
  66. AddReg=SEMC.Reg
  67. CopyFiles=SEMC.Files.Pdr
  68.  
  69.  
  70. [SEMC.Install.Nt]
  71.  
  72. ;-----------------------------------------------------------------------------
  73. ;  Registry
  74. ;-----------------------------------------------------------------------------
  75. [SEMC.Reg]
  76. HKR,,DevLoader,,*ios
  77. HKR,,PortDriver,,zebrmsv.pdr
  78. HKR,,NoSetupUI,,1          ; ForceMPCopy
  79. HKR,,DigitalAudioPlay,1,7  ; WDM Audio Key (support)
  80.  
  81.  
  82. ;-----------------------------------------------------------------------------
  83. ;    Copy Files
  84. ;-----------------------------------------------------------------------------
  85.  
  86. [SEMC.Files.Pdr]
  87. zebrmsv.pdr
  88.  
  89. ;-----------------------------------------------------------------------------
  90. ; STRINGS
  91. ;-----------------------------------------------------------------------------
  92. [Strings]
  93. ;BEGIN ENG - US English Strings
  94. SEMC="SEMC"
  95. Provider="Moore Computer Consultants, Inc."
  96. DiskString = "Sony Ericsson installation disk"
  97. PortDesc="Sony Ericsson Mass Storage (PDR)"
  98.  
  99. ;END ENG - US English Strings
  100.  
  101. ;--- strings following this line should not be localized ---
  102. ;--strings for InstallRight Pro (tm)--
  103. CustomerDataPath = "Sony Ericsson"
  104. DriverSet = "Sony Ericsson Software"
  105. UninstallFile = "ZEBRUninstall.exe"
  106. McciOptions = "Uninstallable NotInstallOnWinMe NotInstallOnWinVer5"
  107. ;-------------------------------------
  108.  
  109. ;*** end of file ***
  110.